home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Graphics / PerfectPaint / rexx / bridge / Host / PageStream < prev    next >
Encoding:
Text File  |  2001-03-21  |  423 b   |  33 lines

  1.  
  2. #ArexxPort
  3. PAGESTREAM
  4. #END ArexxPort
  5.  
  6. #HostToFront
  7. screentofront
  8. #END HostToFront
  9.  
  10. #HostLoadPicture
  11. placegraphic 'FILE 'Picture 'FILTER IFFILBM' 'STATUS'
  12. #END HostLoadPicture
  13.  
  14. #HostSavePicture
  15. 0
  16. #END HostSavePicture
  17.  
  18. #HostLoadBrush
  19. placegraphic 'FILE 'Brush 'FILTER IFFILBM' 'STATUS'
  20. #END HostLoadBrush
  21.  
  22. #HostSaveBrush
  23. 0
  24. #END HostSaveBrush
  25.  
  26. #HostLoadPalette
  27. 0
  28. #END HostLoadPalette
  29.  
  30. #HostSavePalette
  31. 0
  32. #END HostSavePalette
  33.